home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / ctarot11.zip / CTAROT.CFG next >
Text File  |  1993-01-10  |  3KB  |  61 lines

  1. '*****          CTAROT.CFG for CTAROT v1.1         *****
  2. '*****          Written by James R. Davis!         *****
  3. '*****  (C) Copyright 1992 - All rights reserved!  *****
  4.  
  5. 'The following variables are constant and used throughout the CTAROT program
  6. 'to set up as a door.  SYSOP'S:  Do not change the name of any of these
  7. 'variables.  You are allowed to leave some out, where noted, otherwise, they
  8. 'must contain the information necessary for the door program to operate
  9. 'correctly.  Use MAKECFG.EXE to edit any of these variables automatically or
  10. 'you can use your text editor to do it manually.
  11.  
  12. 'The BBSNAME variable will tell the door your BBS's name.
  13. BBSNAME=The No-Name BBS!
  14.  
  15. 'The SYSOPF variable tells the door the sysop's first name.
  16. SYSOPF=James
  17.  
  18. 'The SYSOPL variable tells the door the sysop's last name.
  19. SYSOPL=Davis
  20.  
  21. 'The DOORFILE variable tells the door the name of the door file your system
  22. 'uses and where it is located.  It can contain a drive and path.  The
  23. 'current BBS door files supported are:
  24. '
  25. '  PCBOARD.SYS  - PCBoard version 12 and 14.x or above
  26. '  CALLINFO.BBS - Wildcat version 2.0 or above
  27. '  DOOR.SYS     - GAP any version
  28. '  DORINFO#.DEF - RBBS and QBBS systems
  29. '  CHAIN.TXT    - WWIV version 2.x or above
  30. '  DIRECT       - Will get all info from modem and user.
  31. '
  32. 'If your system type is not supported, please inform me of the technical
  33. 'layout of your BBS file format for door programs and I'll install it in
  34. 'new versions.  You would then recieve the new version as well as a free
  35. 'registration for any one of my door programs.  Until then I have included
  36. 'the DIRECT command that will ask the user for his full name before running
  37. 'the program.  The defualt for this variable is DIRECT.  If you use DIRECT,
  38. 'you must set the COMPORT variable to the comport to be used.
  39. DOORFILE=C:\BBS\PCBOARD.SYS
  40.  
  41. 'The MAXTIME variable tells the door the maximum amount of time that a user
  42. 'may be in the door before exiting back to the BBS.  If not included or set to
  43. '0 the time left currently on your system will be used.
  44. MAXTIME=30
  45.  
  46. 'The KBTIME variable tells the door how much time to allow for no input from
  47. 'the user's keyboard before returning to the BBS.  Default value is 5 mins.
  48. KBTIME=3
  49.  
  50. 'The COMPORT variable tells the door which COM port to use for I/O functions
  51. 'to occur.  This variable can be a number from 1 to 4.  The comport should be
  52. 'found in the DOORFILE variable, but use this if DOORFILE=DIRECT or if you
  53. 'find that the comport that your system passes to the DOORFILE isn't correct.
  54. 'COMPORT=2
  55.  
  56. 'The EXTRA variable can contain up to 70 characters of any message you would
  57. 'like to appear to your users.
  58. '              1         2         3         4         5         6         7
  59. '     [---+----|----+----|----+----|----+----|----+----|----+----|----+----]
  60. EXTRA=Support Shareware by contributing to this BBS!
  61.